Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/101 - Audio Visualizer/

assets /cody/swapnilsparsh/30DaysOfJavaScript/101 - Audio Visualizer/assets/
2 Items
  • Showreel.mp3
  • background.png
  • audio.js /cody/swapnilsparsh/30DaysOfJavaScript/101 - Audio Visualizer/audio.js
    206 Views
    0 Comments
    (function () {
    // The number of bars that should be displayed
    const Bar_number = 50;

    // Get the audio element tag
    const
    index.html /cody/swapnilsparsh/30DaysOfJavaScript/101 - Audio Visualizer/index.html
    385 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    styles.css /cody/swapnilsparsh/30DaysOfJavaScript/101 - Audio Visualizer/styles.css
    160 Views
    0 Comments
    /* *{
    margin: 0;
    padding: 0;
    } */

    body {
    overflow: hidden;
    }